func go/doc.lastComment

3 uses

	go/doc (current package)
		example.go#L117: 	if _, last := lastComment(b, comments); last != nil {
		example.go#L419: 	i, last := lastComment(body, comments)
		example.go#L437: func lastComment(b *ast.BlockStmt, c []*ast.CommentGroup) (i int, last *ast.CommentGroup) {